home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
4364
/
4364.xpi
/
install.rdf
< prev
Wrap
Extensible Markup Language
|
2009-07-01
|
3KB
|
110 lines
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>elemhidehelper@adblockplus.org</em:id>
<em:version>1.0.6</em:version>
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<!-- FireFox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>3.6a1pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>1.1</em:minVersion>
<em:maxVersion>2.0b1</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>3.0b2pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Songbird -->
<em:targetApplication>
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>1.2.0</em:minVersion>
<em:maxVersion>1.3.0a</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Midbrowser -->
<em:targetApplication>
<Description>
<em:id>{aa5ca914-c309-495d-91cf-3141bbb04115}</em:id>
<em:minVersion>0.2</em:minVersion>
<em:maxVersion>0.3</em:maxVersion>
</Description>
</em:targetApplication>
<!-- eMusic Remote -->
<em:targetApplication>
<Description>
<em:id>dlm@emusic.com</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Conkeror -->
<em:targetApplication>
<Description>
<em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id>
<!-- Conkeror developers will take care of UI integration themselves -->
<em:minVersion>0.1</em:minVersion>
<em:maxVersion>100.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Prism -->
<em:targetApplication>
<Description>
<em:id>prism@developer.mozilla.org</em:id>
<em:minVersion>0.9</em:minVersion>
<em:maxVersion>0.9.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Dependency on Adblock Plus -->
<em:requires>
<Description>
<em:id>{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}</em:id>
<em:name>Adblock Plus</em:name>
<em:homepageURL>http://adblockplus.org/</em:homepageURL>
<em:minVersion>0.7.5</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:requires>
<!-- Front End MetaData -->
<em:name>Adblock Plus: Element Hiding Helper</em:name>
<em:description>Helps you create element hiding rules for Adblock Plus to fight the text ads.</em:description>
<em:creator>Wladimir Palant</em:creator>
<em:homepageURL>http://adblockplus.org/</em:homepageURL>
<!-- Front End Integration Hooks (used by Extension Manager)-->
<em:iconURL>chrome://adblockplus/skin/adblockplus.png</em:iconURL>
<em:aboutURL>chrome://adblockplus/content/about.xul</em:aboutURL>
</Description>
</RDF>